home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CU Amiga Super CD-ROM 1
/
CU Amiga Magazine CD-ROM Special Edition (1995)(EMAP Images)(GB)[Issue 1995-11].iso
/
Aminet
/
comm
/
tcp
/
AmiTCPsdk_40.lha
/
AmiTCP-4.0
/
netinclude
/
ios1.h
< prev
next >
Wrap
C/C++ Source or Header
|
1994-10-03
|
697b
|
34 lines
#ifndef IOS1_H
#define IOS1_H \
"$Id: ios1.h,v 4.1 1994/10/03 20:52:20 ppessi Exp $"
/*
* Extensions to SAS/C level 1 IO definition file include:ios1.h
*
* Copyright © 1994 AmiTCP/IP Group,
* Network Solutions Development, Inc.
* All rights reserved.
*/
/*
* Include SAS/C ios1.h
*/
#ifndef _IOS1_H
#include <include:ios1.h>
#endif
/*
* Additional flag definitions for the ufbflg field
* The given value was recommended by SAS.
*/
#ifndef UFB_SOCK
#define UFB_SOCK 0x100 /* AmiTCP/IP socket */
#endif
/*
* Additional external definitions
*/
extern struct UFB *__allocufb(int *);
#define allocufb __allocufb
#endif